VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.Pdf.Processing Namespace / PdfFontProcessingCommandExecutor Class / PdfFontProcessingCommandExecutor Constructors / PdfFontProcessingCommandExecutor Constructor(String,IProcessingCommand<PdfFontProcessingParams>[])
Синтаксис Требования Смотрите также
В этом разделе
    PdfFontProcessingCommandExecutor Constructor(String,IProcessingCommand<PdfFontProcessingParams>[])
    В этом разделе
    Инициализирует новый экземпляр класса PdfFontProcessingCommandExecutor.
    Синтаксис
    'Declaration
    
    Public Function New( _
    ByVal name
    Имя исполнителя.
    As System.String, _
    ByVal ParamArray commands
    Команды, которые необходимо выполнить.
    As Vintasoft.Imaging.Processing.IProcessingCommand(Of TTarget) _
    )
    public PdfFontProcessingCommandExecutor(
    System.String name,
    params Vintasoft.Imaging.Processing.IProcessingCommand<TTarget> commands
    )
    public: PdfFontProcessingCommandExecutor(
    System.String name,
    params Vintasoft.Imaging.Processing.IProcessingCommand<TTarget*>* commands
    )
    public:
    PdfFontProcessingCommandExecutor(
    System.String name,
    ... Vintasoft.Imaging.Processing.IProcessingCommand<TTarget^>^ commands
    )

    Parameters

    name
    Имя исполнителя.
    commands
    Команды, которые необходимо выполнить.
    Требования

    Целевые платформы: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    Смотрите также